setStyleLightProperty

abstract fun setStyleLightProperty(@NonNull() property: String, @NonNull() value: Value): Expected<String, None>

Sets a value to the the style light property.

Return

A string describing an error if the operation was not successful, empty otherwise.

Parameters

property

The style light property name.

value

The style light property value.